Versatile MA Cross [Lysergik][Dark Mode]An easy to use MA-Cross that is easily configured for any kind of TA scenario
v1.0
Features:
- 7-period MA Prediction
- Individually configurable MA types
- Optional dark-mode and custom colors for quick adaptation to your custom chart appearance
- Fill color between MA's for support / resistance clouds
- Comes with with four optional presets as well as the custom mode
Dark Mode On (top) || Dark Mode Off (bottom)
Cerca negli script per "MA Cross"
RSI Strategy & MA CrossCombination of two strategy.
MA Cross strategy is using 2 sma at 9 & 21. It can be configured through the source code.
RSI strategy to decide whether the stock/crypto is currently overbought/oversold.
Useful for quick entry and exit trade.
ACW Custom Ma Cross SHORT and CLOSEACW Custom Ma Cross SHORT and CLOSE
Optimized for alpha capital wealth
MA Cross HeatmapThe Moving Average Cross Heatmap Created by Technicator , visualizes the crossing distances between multiple moving averages using a heat map style color coding.
The main purpose of this visualization is to help identify potential trend changes or trading opportunities by looking at where the moving averages cross over each other.
Key Features:
Can plot up to 9 different moving average with their cross lengths you set
Uses a heat map to show crossing distances between the MAs
Adjustable settings like crossing length percentage, color scheme, color ceiling etc.
Overlay style separates the heat map from the price chart
This is a unique way to combine multiple MA analysis with a visual heat map representation on one indicator. The code allows you to fine-tune the parameters to suit your trading style and preferences. Worth checking out if you trade using multiple moving average crossovers as part of your strategy.
MA Crossover TypeDraws the up and down crossovers of a specified MA Type.
# Inputs
- MA Type: "sma", "ema", "swma", "vwma", "wma"
- Length >=1
- Source
- Offset >= 0
- Show cross Up?
- Show cross Down?
# Open Source
The code is open source @ github.com and uses the commonpine library github.com
MA Cross by RealmixTwo Moving Average with crossmarker when both indicators are crossing for a possible position
MA Cross 50/100, 100/50 Moving Average Cross tool using MA 50 / MA 100 / MA 200
I have found these settings useful on Bitcoin & other markets
Alerts Added,
Breakout = MA 50 crossing above MA 100
Breakdown = MA 100 crossing under MA 50
MA 200 added as a useful area for overall support
No repaint.
MA CrossesMy first build,
Very simple In its design and goal,
8, 21, 50 MAs, simple.
Ind will print a box when MAs are crossed, both bullish and or bearish
Enjoy,
Kurt Hennig
29, 10, 22 build
MA Cross + KillzonesCombines oscarvs' BTC Killzones with four EMAs and the trader's 13/49 golden cross as well as the investor's 50/200 golden cross. Note that the killzones highlight the first two hours of market action in each of the three main crypto markets, so this time period will have to be adjusted for daylight savings time in April and in November.
MA Crossover StrategyIt is very simple strategy, in this you will will whenever MA 7 crossover MA 30 you will get the Buy and Sell signal. Best time frame to test this strategy is 4 hour and 1 day. Also you can try 1 hour and 15 min time frame
MA Crossover Alerts for Small Quick Profits on 3commas/DCA botDear fellow 3commas users,
This is a the most basic Moving Average crossover technique generating Buy Alerts.
This is especially written for those of you who want to link this basic crossover strategy with your 3commas DCA bot .
Buy Alerts
Moving averages available:
- Simple Moving Average (SMA)
- Exponential Moving Average (EMA)
- Weighted Moving Average (WMA)
- Hull Moving Average (HullMA)
- Volume Weighted Moving Average (VMWA)
- Running Moving Average (RMA)
- Triple Exponential Moving Average (TEMA)
Recommended settings for using with 3commas DCA bot:
Interval:
3m to 15m
3commas bot setup:
- TP/TTP: 0.3%/0.1%,
- Base Order: Your choice ,
- Safety Order: 1.2 * Base order
- Safety Order Volume Scale: 1.2,
- Safety Order Step Scale: 1.5,
- Max Active Deals: Your choice ,
- Price Deviation to Open Safety Order (% from initial order): 0.2%,
- Max Safety Trades Count: 7,
- Simulatenous Deals per Same Pair: 3
> Create Alert with Buy Alert and link it to your bot "Message for deal start signal"
MA Crossover Strategy with MA Turning Point ExitsUser definable lengths of SMA, EMA, HMA, with entries on Crossover and exits on Turning Points. You can backtest different combos easily to see profitability.